2.32.3 [5] <2.13> If we were sorting 8-bit bytes, not 32-bit words, how would
your MIPS code for swap in 2.32.1 change?
For the remaining three problems in this Exercise, we assume that the sort function
from Figure 2.27 is changed in the following way:
a. Use the swap function from the beginning of this exercise.
b. Sort an array of n bytes instead of n words.
 
 
View Solution
 
 
 
<< Back Next >>